home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / GenericElementEx1.wo / GenericElementEx1.wod < prev    next >
Encoding:
Text File  |  1996-03-08  |  463 b   |  14 lines

  1. // Navigation bar at top of page
  2. NAVLISTEXAMPLE: NavListExample {}; 
  3.  
  4. // Declares the example elements
  5. FORM: WOForm {method = "POST";};
  6. RULE: WOGenericElement{elementName = "HR"; width = textFieldValue;};
  7. TEXTFIELD: WOTextField {value = textFieldValue; size = 4};
  8. SUBMITBUTTON: WOSubmitButton{value = "Set";action = submitForm;};
  9.  
  10.  
  11. // The component that lets you view the source code of the example
  12. SHOWSOURCE: CodeViewer {componentName = "GenericElementEx1"}; 
  13.  
  14.